.banner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #fff;
}
.banner .swiper-slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.banner .swiper-slide .w1400 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner .swiper-slide img {
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .bacImg {
  transition: all 5s 0.7s;
  transform: scale(1.06);
}
.banner .swiper-slide.swiper-slide-active .bacVideo{
      transform: scale(1);
}
.banner .swiper-slide.swiper-slide-active img {
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 100px; */
  opacity: 1;
}
.banner .swiper-button-prev {
  left: 6.35%;
  margin-right: 19px;
}
.banner .swiper-button-next {
  right: 6.35%;
}
.banner .swiper-button-prev::before,
.banner .swiper-button-next:before {
  content: '';
  width: 73px;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #000000;
  transition: all 0.5s;
  border: 1px solid #000000;
  z-index: -1;
}
.banner .swiper-button-prev:hover:before,
.banner .swiper-button-next:hover:before {
  background: none;
  border: 1px solid #ffffff;
  opacity: 1;
  transition: all 0.5s;
}
.banner .swiper-button-prev::after {
  content: " ";
  width: 18px;
  height: 11px;
  background: url(../limages/icon/i3.png) center no-repeat;
}
.banner .swiper-button-next::after {
  content: " ";
  width: 18px;
  height: 11px;
  right: 8.17%;
  background: url(../limages/icon/i4.png) center no-repeat;
}
.banner .swiper-pagination {
  left: auto;
  right: 18.75%;
  bottom: 58px;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 0.3;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 40px;
  background: #093b94;
  opacity: 1;
}
.banner .sum {
  position: absolute;
  left: 18.75%;
  bottom: 46px;
  z-index: 10;
  display: flex;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
.banner .sum .i1 {
  margin-top: -10px;
  font-size: 30px;
  font-weight: bold;
}
/*公共样式*/
.topTitle p {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.topTitle p span {
  color: #054c9a;
}
.topTitle i {
  font-size: 16px;
  color: #999999;
  font-family: Arial;
  margin-top: 8px;
}
/*结束公共样式*/
.ind01 {
  padding: 60px 0 80px;
}
.ind01 .headlineTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.ind01 .headlineTitle i {
  width: 39px;
  height: 27px;
}
.ind01 .headlineTitle p {
  font-size: 22px;
  color: #333333;
  margin-left: 13px;
  max-width: 80%;
  text-align: center;
}
.ind01 .newsBox {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.ind01 .newsBox .newsLeft {
  width: 636px;
}
.ind01 .newsBox .newsLeft .swiper-pagination {
  left: auto;
  right: 28px;
  bottom: 169px;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.ind01 .newsBox .newsLeft .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  margin: 0 4px;
}
.ind01 .newsBox .newsLeft .swiper-pagination-bullet-active {
  background: #004086;
}
.ind01 .newsBox .newNext:hover .nextImg img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind01 .newsBox .nextImg {
  width: 100%;
  height: 358px;
  overflow: hidden;
}
.ind01 .newsBox .nextImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.ind01 .newsBox .nextText {
  padding: 24px 0 23px;
  border-bottom: 1px solid #dbdcdd;
}
.ind01 .newsBox .nextText p {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  height:64px;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind01 .newsBox .textFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.ind01 .newsBox .textFlex i {
  width: 28px;
  height: 16px;
  background: url(../limages/icon/i6.png) center no-repeat;
  background-size: contain;
}
.ind01 .newsBox .nextTiem {
  display: flex;
  align-items: baseline;
}
.ind01 .newsBox .timeNum {
  font-size: 20px;
  color: #054c9a;
  font-weight: bold;
  font-family: Arial;
}
.ind01 .newsBox .timeNum.num02 {
  padding: 0 9px;
}
.ind01 .newsBox .timeNum.num03 {
  font-size: 15px;
}
.ind01 .newsBox .newsRight {
  width: 532px;
}
.ind01 .newsBox .rightTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind01 .newsBox .topLink {
  font-size: 17px;
  color: #054c9a;
  display: flex;
  align-items: center;
}
.ind01 .newsBox .topLink p {
  margin-right: 9px;
}
.ind01 .newsBox .newList .item {
  padding: 22px 0 20px;
  border-bottom: 1px solid #dbdada;
  position: relative;
}
.ind01 .newsBox .newList .item.cur .hide {
  display: block;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .item.cur .posTime {
  padding: 11px 0 10px;
  background: #054c9a;
  margin-left: 8px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .item.cur .posTime p {
  color: #ffffff;
  margin-left: 7px;
}
.ind01 .newsBox .newList .item.cur .posTime i {
  color: #ffffff;
  margin-left: 7px;
}
.ind01 .newsBox .newList .item.cur .posTxt p {
  font-weight: bold;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .item.cur .posTxt span {
  height: 40px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .item.cur .arrows {
  width: 21px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .item .arrows {
  width: 0;
  height: 12px;
  background: url(../limages/icon/i7.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 46px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .posTime {
  width: 64px;
  float: left;
  margin-left: 24px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .posTime p {
  font-size: 20px;
  color: #999999;
  font-family: Arial;
}
.ind01 .newsBox .newList .posTime i {
  font-size: 16px;
  color: #999999;
  font-family: Arial;
  margin-top: 6px;
}
.ind01 .newsBox .newList .posTxt {
  width: 420px;
  float: right;
}
.ind01 .newsBox .newList .posTxt p {
  width: 373px;
  height: 46px;
  font-size: 17px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  transition: all 0.5s;
}
.ind01 .newsBox .newList .posTxt span {
  height: 0;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  transition: all 0.5s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind02 .topTitle p {
  justify-content: center;
}
.ind02 .topTitle i {
  text-align: center;
}
.ind02 .serveBox {
  margin-top: 46px;
}
.ind02 .serveBox .swiper-slide {
  width: 15% ;
  height: 594px;
  transition: all 0.5s;
  cursor: pointer;
}
.ind02 .serveBox .swiper-slide.cur {
  width: 40% ;
  transition: all 0.5s;
}
.ind02 .serveBox .swiper-slide.cur .locatorText {
  bottom: auto;
  top: 132px;
  left: 22.13%;
  width: 62%;
}
.ind02 .serveBox .swiper-slide.cur .locatorText .letter {
  display: block;
}
.ind02 .serveBox .swiper-slide.cur .locatorText .more {
  display: flex;
}
.ind02 .serveBox .swiper-button-next,
.ind02 .serveBox .swiper-button-prev {
  width: 43px;
  height: 43px;
}
.ind02 .serveBox .swiper-button-next:after,
.ind02 .serveBox .swiper-button-prev:after {
  font-size: 0;
}
.ind02 .serveBox .swiper-button-prev {
  background: url(../limages/icon/i12.png) center no-repeat;
}
.ind02 .serveBox .swiper-button-next {
  background: url(../limages/icon/i13.png) center no-repeat;
}
.ind02 .serveList {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind02 .serveList i {
  width: 100%;
  height: 100%;
}
.ind02 .serveList .locatorText {
  position: absolute;
  left: 13.54%;
  bottom: 61px;
}
.ind02 .serveList .locatorText .icon {
  width: 53px;
  height: 49px;
}
.ind02 .serveList .locatorText .txt {
  font-size: 22px;
  color: #ffffff;
  margin-top: 26px;
  padding-bottom: 20px;
  position: relative;
}
.ind02 .serveList .locatorText .txt::after {
  content: '';
  width: 51px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ind02 .serveList .locatorText .letter {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  display: none;
  margin-top: 30px;

}
.ind02 .serveList .locatorText .letter p{
       display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ind02 .serveList .locatorText .more {
  width: 118px;
  height: 41px;
  font-size: 14px;
  color: #ffffff;
  background: #054c9a;
  justify-content: center;
  align-items: center;
  display: none;
  margin-top: 46px;
}
.ind02 .serveList .locatorText .more span {
  margin-left: 12px;
}
